projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
696f32c
)
; Fix error in last commit
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 12 Jan 2016 09:46:39 +0000
(10:46 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 12 Jan 2016 09:46:39 +0000
(10:46 +0100)
test/Makefile.in
patch
|
blob
|
history
diff --git
a/test/Makefile.in
b/test/Makefile.in
index 388ea5397f9df04e0056aadf601534e1716f3e68..e8b14319549d14a86de18ae5e65c8372f865f676 100644
(file)
--- a/
test/Makefile.in
+++ b/
test/Makefile.in
@@
-148,7
+148,7
@@
check-expensive:
## Re-run all the tests every time.
.PHONY: check-doit
check-doit:
- -@for f in
*.log
; do test ! -f $$f || mv $$f $$f~; done
+ -@for f in
$(LOGFILES)
; do test ! -f $$f || mv $$f $$f~; done
@${MAKE} check-maybe
## Only re-run tests whose .log is older than the test.